home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / +look_here_1st!+ / handy_tools / snoopdos / snoopdos_source / system.c < prev    next >
C/C++ Source or Header  |  1997-02-27  |  280b  |  9 lines

  1. /*
  2.  *        Dummy to include SYSTEM.H for precompiling headers
  3.  *
  4.  *        We need to do it like this because SYSTEM.H does some #define's
  5.  *        which won't take affect if we compile a GST from it directly
  6.  *        (GST's only apply to #included files, not the main file.)
  7.  */
  8. #include "system.h"
  9.